home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00281_Script_BOUCLE ATTENTE FIN MARQUEUR SON < prev    next >
Text File  |  2004-12-05  |  485b  |  16 lines

  1. property pNopisteSon, pmarker
  2. ------------------
  3. on getPropertyDescriptionList me
  4.   return [#pNopisteSon:[#comment: "n0 de la piste son:",#format:  #integer, #default: 2 ], \
  5. #pmarker:[#comment: "label:",#format:  #string, #default: "Marque "]]
  6. end getPropertyDescriptionList
  7. ----------------------------------
  8. on exitFrame me
  9.   u = not(sound(pNopisteSon).isPastCuePoint(pmarker))
  10.   v =soundBusy(pNopisteSon)
  11.   if  u and  v then
  12.     go the frame
  13.   end if  
  14. end
  15. --------
  16.